.home_page .section1 .banner_swiper {
  height: 100vh;
  position: relative;
}
.home_page .section1 .banner_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.home_page .section1 .banner_swiper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_page .section1 .banner_swiper .swiper-slide .textBox {
  position: absolute;
  top: 1.0417rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.home_page .section1 .banner_swiper .swiper-slide .textBox .text1 {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}
.home_page .section1 .banner_swiper .swiper-slide .textBox .text2 {
  text-align: center;
  font-size: 62px;
  line-height: 74px;
}
.home_page .section1 .banner_swiper .swiperButton {
  width: 100%;
  padding: 0 0.4167rem;
  position: absolute;
  bottom: 0.2083rem;
  left: 0;
  z-index: 10;
}
.home_page .section1 .banner_swiper .swiperButton .prev,
.home_page .section1 .banner_swiper .swiperButton .next {
  position: relative;
  width: 55px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.home_page .section1 .banner_swiper .swiperButton .prev img,
.home_page .section1 .banner_swiper .swiperButton .next img {
  width: 23px;
}
.home_page .section1 .banner_swiper .swiperButton .prev::after,
.home_page .section1 .banner_swiper .swiperButton .next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.home_page .section1 .banner_swiper .swiperButton .next::after {
  right: 0;
  left: auto;
}
.home_page .section1 .banner_swiper .swiperButton .prev:hover:after,
.home_page .section1 .banner_swiper .swiperButton .next:hover:after {
  border-radius: 15px;
  width: 100%;
  border: 2px solid #ffffff;
}
.home_page .section1 .banner_swiper .swiper-pagination-bullet {
  z-index: 12;
  width: 12px !important;
  height: 12px !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 3px solid #fff !important;
  transition: 0.5s;
  margin: 0 9px !important;
  bottom: 0.2083rem !important;
}
.home_page .section1 .banner_swiper .swiper-pagination-bullet-active {
  border: 3px solid #d32e34 !important;
}
.home_page .section2 .items {
  flex-wrap: wrap;
  width: 100%;
}
.home_page .section2 .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.2083rem;
  background-color: #fff;
  width: 33.33%;
  height: 50vh;
  overflow: hidden;
}
.home_page .section2 .items .item .left {
  width: 50%;
}
.home_page .section2 .items .item .left .cn {
  font-size: 32px;
}
.home_page .section2 .items .item .left .en {
  font-size: 18px;
  text-transform: uppercase;
  color: #d3d3d3;
  margin-bottom: 16px;
}
.home_page .section2 .items .item .img {
  transition: 1s;
  width: 1.7188rem;
  height: 1.7188rem;
}
.home_page .section2 .items .item:hover .img {
  scale: 1.1;
}
.home_page .section2 .items .item:hover .commonMore_l {
  color: #d32e34;
}
.home_page .section2 .items .item:hover .commonMore_l img {
  margin-right: 14px;
}
.home_page .section2 .items .item:hover .commonMore_l:before {
  width: 100%;
  border: 2px solid #d32e34;
  border-radius: 16px;
}
.home_page .section2 .items .item:nth-child(2n) {
  background-color: #fbfbfb;
}
.home_page .section3 {
  background: url(/static/images/home_s3_bg.png) no-repeat;
  background-size: cover;
}
.home_page .section3 .content {
  padding-top: 0.2083rem;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home_page .section3 .top {
  padding: 0 0.4167rem;
}
.home_page .section3 .top .des {
  width: 4.4531rem;
  font-size: 30px;
  line-height: 1.5;
}
.home_page .section3 .datas {
  padding: 0 0.4167rem;
  margin-top: 0.2083rem;
}
.home_page .section3 .datas .item .num {
  position: relative;
  display: inline-block;
}
.home_page .section3 .datas .item .num span {
  position: absolute;
  top: 10px;
  right: -20px;
  font-size: 18px;
  color: #d32e34;
}
.home_page .section3 .datas .item .num .counter {
  display: block;
  font-size: 0.5208rem;
  line-height: 1;
  color: #d32e34;
}
.home_page .section3 .datas .item .des {
  font-size: 18px;
}
.home_page .section3 .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home_page .section4 {
  padding: 0.4167rem 0.4167rem 0;
  background: url(/static/images/home_s4_bg.png);
}
.home_page .section4 .news {
  margin-top: 0.5729rem;
}
.home_page .section4 .news .item {
  margin-right: 0.3646rem;
}
.home_page .section4 .news .item .time .day {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  color: #111;
}
.home_page .section4 .news .item .time .day::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 1px;
  height: 15px;
  background-color: #a0a0a0;
  transform: skewX(-20deg);
}
.home_page .section4 .news .item .time .month {
  font-size: 16px;
  margin-top: 6px;
  color: #999;
}
.home_page .section4 .news .item .info {
  margin-left: 0.0521rem;
  width: 2.3438rem;
}
.home_page .section4 .news .item .info .imgBox {
  width: 2.3438rem;
  height: 1.5625rem;
  border-radius: 24px;
  overflow: hidden;
}
.home_page .section4 .news .item .info .imgBox img {
  width: 100%;
  height: 100%;
}
.home_page .section4 .news .item .info .title {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 50px;
  color: #111;
}
.home_page .section4 .news .item .info .des {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0.2604rem;
  font-size: 15px;
  line-height: 26px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_page .section4 .news .item:last-child {
  margin-right: 0;
}
.home_page .section4 .news .item:hover .commonMore_l {
  color: #d32e34;
}
.home_page .section4 .news .item:hover .commonMore_l img {
  margin-right: 14px;
}
.home_page .section4 .news .item:hover .commonMore_l:before {
  width: 100%;
  border: 2px solid #d32e34;
  border-radius: 16px;
}
.product_page .main {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  background-color: #fafafa;
}
.product_page .main .left {
  padding-top: 70px;
  width: 2.3438rem;
  border-right: 1px solid #e3e3e3;
  padding-left: 0.4167rem;
  padding-right: 0.2604rem;
  background-color: #fff;
}
.product_page .main .left .common_title .cn div {
  font-size: 48px;
  line-height: 1;
}
.product_page .main .left .common_title .en {
  font-size: 30px;
}
.product_page .main .left .showButton {
  display: none;
}
.product_page .main .left .list {
  margin-top: 55px;
}
.product_page .main .left .list .cates {
  width: 100%;
}
.product_page .main .left .list .cates .cateItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.product_page .main .left .list .cates .cateItem a img {
  width: 6px;
  transition: 0.3s;
}
.product_page .main .left .list .cates .cateItem .sub_cate {
  margin-bottom: 15px;
  cursor: pointer;
  display: none;
  transition: 0.3s;
  padding-left: 0.1563rem;
  font-size: 16px;
  line-height: 1;
  color: #666666;
}
.product_page .main .left .list .cates .cateItem .sub_cate.active {
  color: #d32e34;
}
.product_page .main .left .list .cates .cateItem .sub_cate:hover,
.product_page .main .left .list .cates .cateItem .title:hover {
  color: #d32e34;
}
.product_page .main .left .list .cates .cateItem .title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  font-size: #111;
}
.product_page .main .left .list .cates .cateItem .title .imgBox {
  cursor: pointer;
  height: 30px;
  width: 20px;
  justify-content: flex-end;
}
.product_page .main .left .list .cates .cateItem .title .imgBox img {
  width: 7px;
  transition: 0.3s;
}
.product_page .main .left .list .cates .cateItem.active .title {
  color: #d32e34;
}
.product_page .main .left .list .cates .cateItem.active .title img {
  transform: rotate(90deg);
}
.product_page .main .left .list .cates .cateItem.open .sub_cate {
  display: flex;
}
.product_page .main .right {
  padding-right: 0.4167rem;
  padding-top: 70px;
  padding-bottom: 45px;
  width: 7.2917rem;
}
.product_page .main .right .top {
  width: 100%;
  height: 85px;
  background-color: #fff;
}
.product_page .main .right .top .title {
  position: relative;
  font-size: 24px;
  line-height: 1;
  padding-left: 28px;
}
.product_page .main .right .top .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 23px;
  background-color: #d32e34;
}
.product_page .main .right .top .inputBox {
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.product_page .main .right .top .inputBox input {
  width: 1.6927rem;
  height: 32px;
  font-size: 16px;
  padding: 0 0.1302rem;
  border-left: 2px solid #b22222;
}
.product_page .main .right .top .inputBox input::placeholder {
  color: #999999;
}
.product_page .main .right .top .inputBox img {
  width: 20px;
}
.product_page .main .right .items {
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.product_page .main .right .items .item {
  background-color: #fff;
  width: 1.6563rem;
  margin-top: 13px;
  margin-right: calc((100% - 1.6563rem * 4) / 3);
}
.product_page .main .right .items .item .imgBox {
  width: 1.6563rem;
  height: 1.6563rem;
}
.product_page .main .right .items .item .imgBox img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.product_page .main .right .items .item .name {
  height: 96px;
  font-size: 16px;
  line-height: 96px;
  text-align: center;
  padding: 0 0.1563rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_page .main .right .items .item:hover .imgBox img {
  scale: 1.2;
}
.product_page .main .right .items .item:hover .name {
  color: #d32e34;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.product_page .main .right .items .item:nth-child(4n) {
  margin-right: 0;
}
.product_info_page .banner {
  margin-top: 90px;
  height: 630px;
  padding: 0 1.0938rem;
  background-color: #fff;
}
.product_info_page .banner .left .cate {
  font-size: 18px;
  line-height: 50px;
  color: #999999;
}
.product_info_page .banner .left .title {
  font-size: 48px;
  line-height: 58px;
  width: 2.7604rem;
}
.product_info_page .banner .left .button {
  box-shadow: 1px 1px 30px 5px rgba(211, 46, 52, 0.3);
  margin-top: 70px;
  width: 186px;
  height: 55px;
  border-radius: 27.5px;
  background-color: #d32e34;
  font-size: 18px;
  color: #fff;
}
.product_info_page .banner .left .button img {
  width: 26px;
  margin-right: 18px;
}
.product_info_page .banner .banner_swiper {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
}
.product_info_page .banner .banner_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.product_info_page .banner .banner_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.product_info_page .banner .banner_swiper .swiper-pagination-bullet {
  z-index: 12;
  width: 10px !important;
  height: 10px !important;
  background: #eeeeee !important;
  opacity: 1 !important;
  transition: 0.5s;
  margin: 0 9px !important;
  bottom: 0.2083rem !important;
}
.product_info_page .banner .banner_swiper .swiper-pagination-bullet-active {
  background: #b22222 !important;
}
.product_info_page .infomation {
  padding: 64px 1.0938rem 90px;
  background-color: #fafafa;
}
.product_info_page .infomation .title {
  font-size: 24px;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}
.product_info_page .infomation .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #d32e34;
}
.product_info_page .infomation .info .content {
  padding: 0.2083rem;
  background-color: #fff;
  width: 4.6094rem;
  margin-top: 40px;
}
.product_info_page .infomation .info .content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.product_info_page .infomation .info .content img {
  width: 100%;
  margin-bottom: 30px;
}
.product_info_page .infomation .recommend .items {
  margin-top: 40px;
  width: 2.6563rem;
  background-color: #fff;
  flex-wrap: wrap;
}
.product_info_page .infomation .recommend .items .item {
  width: 50%;
}
.product_info_page .infomation .recommend .items .item .imgBox {
  width: 100%;
  height: 100%;
}
.product_info_page .infomation .recommend .items .item .imgBox img {
  transition: 0.5s;
  width: 100%;
  height: 254px;
}
.product_info_page .infomation .recommend .items .item .name {
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
  padding: 0 0.1042rem;
  font-size: 16px;
  line-height: 24px;
}
.product_info_page .infomation .recommend .items .item:hover .imgBox img {
  scale: 1.1;
}
.product_info_page .infomation .recommend .items .item:hover .name {
  color: #d32e34;
}
.case_page .banner {
  height: auto;
}
.case_page .banner img {
  width: 100%;
  height: auto;
}
.case_page .section2 {
  padding: 100px 0.4167rem 50px;
  background-color: #fff;
}
.case_page .section2 .commonMore {
  position: relative;
  cursor: pointer;
  border-color: #eeeeee;
  box-shadow: none;
}
.case_page .section2 .commonMore .text {
  font-size: 24px;
}
.case_page .section2 .commonMore img {
  transform: rotate(90deg) !important;
}
.case_page .section2 .commonMore .selectBox {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 5;
  width: 100%;
  border-radius: 18px;
  background-color: #fff;
  border: 2px solid #eeeeee;
  padding: 20px 0;
}
.case_page .section2 .commonMore .selectBox .item {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  display: block;
}
.case_page .section2 .commonMore .selectBox .item:hover {
  color: #d32e34;
}
.case_page .section2 .commonMore:hover {
  border-color: #d32e34;
}
.case_page .section2 .items {
  margin-top: 80px;
  flex-wrap: wrap;
}
.case_page .section2 .items .item {
  display: block;
  margin-bottom: 76px;
  width: 2.9167rem;
  margin-right: calc((100% - 2.9167rem * 3) / 2);
}
.case_page .section2 .items .item .imgBox {
  width: 100%;
  height: 1.875rem;
  position: relative;
  overflow: hidden;
}
.case_page .section2 .items .item .imgBox img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.case_page .section2 .items .item .imgBox .label {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100px;
  height: 38px;
  background-color: #d32e34;
  padding-left: 18px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
.case_page .section2 .items .item .name {
  margin-top: 14px;
  height: 38px;
  width: 100%;
  position: relative;
  padding: 0 0.2604rem;
  margin-bottom: 40px;
}
.case_page .section2 .items .item .name .text {
  font-size: 24px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_page .section2 .items .item .name::after {
  content: "";
  position: absolute;
  left: 0.1302rem;
  bottom: 7px;
  width: 1px;
  height: 66px;
  background-color: #d32e34;
}
.case_page .section2 .items .item:hover .imgBox img {
  scale: 1.1;
}
.case_page .section2 .items .item:hover .commonMore_l {
  color: #d32e34;
}
.case_page .section2 .items .item:hover .commonMore_l img {
  margin-right: 14px;
}
.case_page .section2 .items .item:hover .commonMore_l::before {
  width: 100%;
  border: 2px solid #d32e34;
  border-radius: 16px;
}
.case_page .section2 .items .item:nth-child(3n) {
  margin-right: 0;
}
.case_page .info_banner {
  position: relative;
  height: 700px;
}
.case_page .info_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 700px;
}
.case_page .info_banner .infomation {
  position: absolute;
  top: 1.3542rem;
  left: 1.0938rem;
}
.case_page .info_banner .infomation .tag {
  font-size: 16px;
  width: 100px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background-color: #d32e34;
  border-radius: 19px;
  border-bottom-left-radius: 0;
}
.case_page .info_banner .infomation .title {
  font-size: 48px;
  line-height: 54px;
  color: #fff;
  width: 2.1875rem;
  margin-top: 24px;
}
.case_page .info_banner .infomation .down {
  display: inline-block;
  margin-top: 0.3385rem;
}
.case_page .info_banner .infomation .down .text {
  font-size: 18px;
  color: #d32e34;
}
.case_page .info_banner .infomation .down .box {
  margin: 0 auto;
  width: 44px;
  height: 44px;
  position: relative;
  border: 2px solid #d32e34;
  border-radius: 50%;
  margin-top: 0.0781rem;
}
.case_page .info_banner .infomation .down .box img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 23px;
  transform: translate(-50%, -50%) rotate(90deg);
}
.case_page .case_info {
  padding: 80px 1.0938rem 90px;
}
.case_page .case_info .article {
  width: 4.6875rem;
}
.case_page .case_info .article p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.case_page .case_info .article img {
  width: 100%;
  margin-bottom: 30px;
}
.case_page .case_info .recommend {
  width: 2.5833rem;
}
.case_page .case_info .recommend .title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 24px;
}
.case_page .case_info .recommend .item {
  display: block;
  margin-bottom: 45px;
  width: 2.5833rem;
  margin-right: 0;
}
.case_page .case_info .recommend .item .imgBox {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.case_page .case_info .recommend .item .imgBox img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.case_page .case_info .recommend .item .name {
  margin-top: 14px;
  height: 38px;
  width: 100%;
  position: relative;
  padding: 0 0.2604rem;
  margin-bottom: 20px;
}
.case_page .case_info .recommend .item .name .text {
  font-size: 24px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_page .case_info .recommend .item .name::after {
  content: "";
  position: absolute;
  left: 0.1302rem;
  bottom: 7px;
  width: 1px;
  height: 66px;
  background-color: #d32e34;
}
.case_page .case_info .recommend .item:hover .imgBox img {
  scale: 1.1;
}
.case_page .case_info .recommend .item:hover .commonMore_l {
  color: #d32e34;
}
.case_page .case_info .recommend .item:hover .commonMore_l img {
  margin-right: 14px;
}
.case_page .case_info .recommend .item:hover .commonMore_l::before {
  width: 100%;
  border: 2px solid #d32e34;
  border-radius: 16px;
}
.case_page .case_info .recommend .item:nth-child(3n) {
  margin-right: 0;
}
.news_page .banner {
  height: auto;
}
.news_page .banner img {
  width: 100%;
  height: auto;
}
.news_page .section1 {
  padding: 90px 0.4167rem 45px;
}
.news_page .section1 .commonMore {
  position: relative;
  cursor: pointer;
  border-color: #eeeeee;
  box-shadow: none;
}
.news_page .section1 .commonMore .text {
  font-size: 24px;
}
.news_page .section1 .commonMore img {
  transform: rotate(90deg) !important;
}
.news_page .section1 .commonMore .selectBox {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 5;
  width: 100%;
  border-radius: 18px;
  background-color: #fff;
  border: 2px solid #eeeeee;
  padding: 20px 0;
}
.news_page .section1 .commonMore .selectBox .item {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  display: block;
}
.news_page .section1 .commonMore .selectBox .item:hover {
  color: #d32e34;
}
.news_page .section1 .commonMore:hover {
  border-color: #d32e34;
}
.news_page .section1 .items {
  margin-top: 40px;
  margin-bottom: 60px;
}
.news_page .section1 .items .item {
  padding-top: 62px;
  padding-bottom: 67px;
  transition: 0.5s;
  border-bottom: 2px solid #f4f4f4;
}
.news_page .section1 .items .item .time {
  display: inline-block;
}
.news_page .section1 .items .item .time .day {
  position: relative;
  font-size: 48px;
  color: #111;
  line-height: 1;
  text-align: right;
}
.news_page .section1 .items .item .time .day::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 1px;
  height: 15px;
  transform: skew(-15deg);
  background-color: #a7a7a7;
}
.news_page .section1 .items .item .time .month {
  font-size: 24px;
  color: #999;
}
.news_page .section1 .items .item .info {
  width: 3.6458rem;
}
.news_page .section1 .items .item .info .title {
  transition: 0.5s;
  font-size: 30px;
  line-height: 38px;
}
.news_page .section1 .items .item .info .des {
  margin-top: 30px;
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_page .section1 .items .item .img {
  width: 2.0469rem;
  height: 260px;
  overflow: hidden;
}
.news_page .section1 .items .item .img img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.news_page .section1 .items .item:hover {
  border-bottom: 2px solid #d32e34;
}
.news_page .section1 .items .item:hover .info .title {
  color: #d32e34;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.news_page .section1 .items .item:hover .img img {
  scale: 1.1;
}
.news_page .section1 .items .item:hover .commonMore_l {
  color: #d32e34;
}
.news_page .section1 .items .item:hover .commonMore_l img {
  margin-right: 14px;
}
.news_page .section1 .items .item:hover .commonMore_l::before {
  width: 100%;
  border: 2px solid #d32e34;
  border-radius: 16px;
}
.news_page .news_info {
  padding: 80px 1.0938rem 100px;
}
.news_page .news_info .article {
  width: 4.6875rem;
}
.news_page .news_info .article .time {
  font-size: 24px;
  color: #999999;
}
.news_page .news_info .article .time span {
  font-size: 24px;
  color: #d32e34;
}
.news_page .news_info .article .title {
  width: 100%;
  font-size: 30px;
  line-height: 38px;
  margin-top: 15px;
}
.news_page .news_info .article .shareBox {
  margin-top: 20px;
}
.news_page .news_info .article .shareBox .item {
  position: relative;
  cursor: pointer;
  border-radius: 18px;
  margin-right: 10px;
  width: 110px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
  border: 1px solid #efefef;
}
.news_page .news_info .article .shareBox .item img {
  width: 24px;
  margin-right: 10px;
}
.news_page .news_info .article .shareBox .item #qrcode {
  display: none;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.news_page .news_info .article .shareBox .item:hover {
  border: 1px solid #222222;
}
.news_page .news_info .article .content {
  margin-top: 25px;
  border-top: 1px solid #eeeeee;
  padding-top: 32px;
}
.news_page .news_info .article .content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.news_page .news_info .article .content img {
  width: 100%;
  margin-bottom: 20px;
}
.news_page .news_info .article .more {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 70px;
  border-top: 1px solid #d32e34;
  border-bottom: 1px solid #d32e34;
}
.news_page .news_info .article .more .back {
  width: 80px;
  cursor: pointer;
  transition: 0.5s;
  height: 70px;
  position: absolute;
  top: 0;
  color: #d32e34;
  line-height: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.news_page .news_info .article .more .prev,
.news_page .news_info .article .more .next {
  height: 70px;
  line-height: 70px;
  width: 50%;
  display: block;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.news_page .news_info .article .more .next {
  text-align: right;
}
@media (any-hover: hover) {
  .news_page .news_info .article .more .prev:hover,
  .news_page .news_info .article .more .next:hover {
    color: #b22222;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.news_page .news_info .recommend .item {
  margin-bottom: 60px;
}
.news_page .news_info .recommend .item .time .day {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  color: #111;
}
.news_page .news_info .recommend .item .time .day::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 1px;
  height: 15px;
  background-color: #a0a0a0;
  transform: skewX(-20deg);
}
.news_page .news_info .recommend .item .time .month {
  font-size: 16px;
  margin-top: 6px;
  color: #999;
}
.news_page .news_info .recommend .item .info {
  margin-left: 0.0521rem;
  width: 2.3438rem;
}
.news_page .news_info .recommend .item .info .imgBox {
  width: 2.3438rem;
  height: 1.5625rem;
  border-radius: 24px;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.news_page .news_info .recommend .item .info .imgBox img {
  width: 100%;
  height: 100%;
}
.news_page .news_info .recommend .item .info .title {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 50px;
  color: #111;
}
.news_page .news_info .recommend .item .info .des {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 26px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_page .news_info .recommend .item:hover .commonMore_l {
  color: #d32e34;
}
.news_page .news_info .recommend .item:hover .commonMore_l img {
  margin-right: 14px;
}
.news_page .news_info .recommend .item:hover .commonMore_l:before {
  width: 100%;
  border: 2px solid #d32e34;
  border-radius: 16px;
}
.contact_page .banner {
  height: auto;
}
.contact_page .banner img {
  width: 100%;
  height: auto;
}
.contact_page .section2 {
  padding: 90px 0.4167rem;
}
.contact_page .section2 .top .des {
  font-size: 24px;
  width: 3.6458rem;
}
.contact_page .section2 .address {
  margin-top: 100px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  box-sizing: border-box;
}
.contact_page .section2 .address .item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-top: 26px;
  padding-bottom: 25px;
  box-sizing: content-box;
}
.contact_page .section2 .address .item .title {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #000;
}
.contact_page .section2 .address .item .infoItem {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.contact_page .section2 .address .item .infoItem img {
  width: 15px;
  margin-right: 12px;
}
.contact_page .section2 .address .item:hover {
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
}
.contact_page .section2 .map {
  margin-top: 70px;
  height: 3.8021rem;
  width: 100%;
}
.about_page .pageNav {
  width: 100%;
  height: 100px;
}
.about_page .pageNav a {
  display: block;
  flex: 1;
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #111;
  transition: 0.5s;
  border-bottom: 2px solid #f9f9f9;
}
.about_page .pageNav a.active {
  color: #d32e34;
  border-bottom: 2px solid #d32e34;
}
.about_page .section2 {
  padding: 90px 0.4167rem;
}
.about_page .section2 .content {
  margin-top: 70px;
}
.about_page .section2 .content .left {
  width: 4.3229rem;
}
.about_page .section2 .content .left .title {
  font-size: 30px;
  color: #111111;
  line-height: 46px;
}
.about_page .section2 .content .left .des {
  font-size: 18px;
  line-height: 38px;
  color: #666666;
  margin-top: 46px;
  height: 385px;
  overflow-y: scroll;
  padding-right: 20px;
}
.about_page .section2 .content .left ::-webkit-scrollbar {
  width: 4px;
  background-color: #eeeeee;
}
.about_page .section2 .content .left ::-webkit-scrollbar-thumb {
  border: none;
  width: 2px;
  border-radius: 0;
  background-color: #d8464b;
}
.about_page .section2 .content .left ::-webkit-scrollbar-corner {
  background-color: transparent;
}
.about_page .section2 .content .left ::-webkit-scrollbar:horizontal {
  height: 9px;
}
.about_page .section2 .content .right {
  position: relative;
  width: 3.9948rem;
  height: 3.2292rem;
}
.about_page .section2 .content .right .mapBox {
  position: relative;
  width: 3.9948rem;
  height: 3.2292rem;
}
.about_page .section2 .content .right .map {
  width: 3.9948rem;
  height: 3.2292rem;
}
.about_page .section2 .content .right .mapIcon {
  width: 0.3646rem;
  cursor: pointer;
  position: absolute;
}
.about_page .section2 .content .right .icon1 {
  top: 54.83%;
  left: 44.32%;
}
.about_page .section2 .content .right .icon2 {
  top: 56.45%;
  left: 52.8%;
}
.about_page .section2 .content .right .icon3 {
  top: 54.83%;
  left: 63.88%;
}
.about_page .section2 .content .right .icon4 {
  top: 71.77%;
  left: 63.88%;
}
.about_page .section2 .content .right .addressBox {
  display: none;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 1.5625rem;
  box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.05);
}
.about_page .section2 .content .right .addressBox .imgBox {
  width: 100%;
  height: 1.0417rem;
  position: relative;
  background-color: #fff;
}
.about_page .section2 .content .right .addressBox .imgBox .img {
  width: 100%;
  height: 100%;
}
.about_page .section2 .content .right .addressBox .imgBox .button {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 90px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
}
.about_page .section2 .content .right .addressBox .imgBox .button img {
  width: 20px;
  margin-right: 5px;
}
.about_page .section2 .content .right .addressBox .imgBox .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 114px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.about_page .section2 .content .right .addressBox .textBox {
  width: 100%;
  padding: 20px 25px;
  background-color: #fff;
}
.about_page .section2 .content .right .addressBox .textBox .title {
  font-size: 18px;
  color: #222222;
  line-height: 28px;
}
.about_page .section2 .content .right .addressBox .textBox .tel,
.about_page .section2 .content .right .addressBox .textBox .add {
  display: flex;
  margin-top: 15px;
}
.about_page .section2 .content .right .addressBox .textBox .tel img,
.about_page .section2 .content .right .addressBox .textBox .add img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.about_page .section2 .content .right .addressBox .textBox .tel .text,
.about_page .section2 .content .right .addressBox .textBox .add .text {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.about_page .section2 .content .right .addressBox.active {
  display: block;
}
.about_page .section2 .datas {
  margin-top: 66px;
}
.about_page .section2 .datas .item {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-right: 0.3646rem;
  transition: 0.5s;
  padding: 30px 0;
  flex: 1;
}
.about_page .section2 .datas .item .num {
  position: relative;
  display: inline-block;
}
.about_page .section2 .datas .item .num span {
  position: absolute;
  top: 10px;
  right: -20px;
  font-size: 18px;
  color: #d32e34;
}
.about_page .section2 .datas .item .num .counter {
  display: block;
  font-size: 100px;
  line-height: 1;
  color: #d32e34;
}
.about_page .section2 .datas .item .des {
  font-size: 18px;
}
.about_page .section2 .datas .item:hover {
  border-top: 1px solid #d32e34;
  border-bottom: 1px solid #d32e34;
}
.about_page .section2 .datas .item:last-child {
  margin-right: 0;
}
.about_page .section3 {
  background: url(/static/images/about_s3_bg.png) no-repeat;
  background-size: cover;
  padding: 120px 0.4167rem 160px;
}
.about_page .section3 .history_swiper {
  padding: 20px 10px 0;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.about_page .section3 .history_swiper .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}
.about_page .section3 .history_swiper .swiperButton {
  margin-bottom: -70px;
}
.about_page .section3 .history_swiper .swiperButton .prev,
.about_page .section3 .history_swiper .swiperButton .next {
  border-radius: 50%;
  background-color: #fff;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-right: 20px;
  cursor: pointer;
  transform: rotate(45deg);
}
.about_page .section3 .history_swiper .swiperButton .prev img,
.about_page .section3 .history_swiper .swiperButton .next img {
  transition: 0.5s;
  width: 23px;
}
.about_page .section3 .history_swiper .swiperButton .prev .white,
.about_page .section3 .history_swiper .swiperButton .next .white {
  display: none;
}
.about_page .section3 .history_swiper .swiperButton .prev .black,
.about_page .section3 .history_swiper .swiperButton .next .black {
  display: block;
}
.about_page .section3 .history_swiper .swiperButton .next {
  transform: rotate(-45deg);
}
.about_page .section3 .history_swiper .swiperButton .prev:hover,
.about_page .section3 .history_swiper .swiperButton .next:hover {
  transform: rotate(0);
  background-color: #d32e34;
  box-shadow: 1px 1px 5px 5px rgba(211, 46, 52, 0.1);
}
.about_page .section3 .history_swiper .swiperButton .prev:hover .white,
.about_page .section3 .history_swiper .swiperButton .next:hover .white {
  display: block;
}
.about_page .section3 .history_swiper .swiperButton .prev:hover .black,
.about_page .section3 .history_swiper .swiperButton .next:hover .black {
  display: none;
}
.about_page .section3 .history_swiper .swiper-slide {
  margin-right: 40px !important;
  width: 310px !important;
}
.about_page .section3 .history_swiper .swiper-slide .box {
  transition: 0.3s;
  height: 550px;
  position: relative;
  background-color: #fff;
  padding: 40px 35px 0;
}
.about_page .section3 .history_swiper .swiper-slide .time .yaer {
  font-size: 30px;
  color: #222;
  line-height: 1;
  font-family: "Gotham";
}
.about_page .section3 .history_swiper .swiper-slide .time .month {
  font-size: 16px;
  color: #222;
  line-height: 1;
  font-family: "Gotham";
  opacity: 0.5;
}
.about_page .section3 .history_swiper .swiper-slide ul {
  margin-top: 26px;
}
.about_page .section3 .history_swiper .swiper-slide ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.about_page .section3 .history_swiper .swiper-slide ul li .text {
  font-size: 18px;
  line-height: 29px;
  color: #111;
  margin-left: 12px;
}
.about_page .section3 .history_swiper .swiper-slide ul li img {
  width: 14px;
  height: 14px;
}
.about_page .section3 .history_swiper .swiper-slide ul li .white {
  display: none;
}
.about_page .section3 .history_swiper .swiper-slide ul li .black {
  display: block;
}
.about_page .section3 .history_swiper .swiper-slide ul li:last-child {
  margin-bottom: 0;
}
.about_page .section3 .history_swiper .swiper-slide-active .box {
  background-color: #d32e34;
}
.about_page .section3 .history_swiper .swiper-slide-active .box .time .yaer,
.about_page .section3 .history_swiper .swiper-slide-active .box .time .month {
  color: #fff;
}
.about_page .section3 .history_swiper .swiper-slide-active .box ul {
  height: 200px;
  overflow-y: scroll;
}
.about_page .section3 .history_swiper .swiper-slide-active .box ul::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.about_page .section3 .history_swiper .swiper-slide-active .box ul::-webkit-scrollbar-thumb {
  border: none;
  width: 2px;
  border-radius: 0;
  background-color: #fff;
}
.about_page .section3 .history_swiper .swiper-slide-active .box ul::-webkit-scrollbar-corner {
  background-color: transparent;
}
.about_page .section3 .history_swiper .swiper-slide-active .box ul::-webkit-scrollbar:horizontal {
  height: 9px;
}
.about_page .section3 .history_swiper .swiper-slide-active .box ul li .white {
  display: block;
}
.about_page .section3 .history_swiper .swiper-slide-active .box ul li .black {
  display: none;
}
.about_page .section3 .history_swiper .swiper-slide-active .box ul li .text {
  color: #fff;
}
.about_page .section3 .history_swiper .swiper-slide::after {
  content: "";
  width: 125px;
  height: 125px;
  background: url(/static/images/about_s3_bg2.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.about_page .section4 {
  padding: 120px 0 80px 0.4167rem;
}
.about_page .section4 .partners_swiper {
  overflow: hidden;
  margin-top: 100px;
  padding: 10px 0;
}
.about_page .section4 .partners_swiper .swiper-slide {
  width: 855px !important;
  margin-right: 50px !important;
}
.about_page .section4 .partners_swiper .swiper-slide .imgBox {
  width: 100%;
  height: 540px;
  overflow: hidden;
}
.about_page .section4 .partners_swiper .swiper-slide .imgBox img {
  transition: 1s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_page .section4 .partners_swiper .swiper-slide .logo {
  margin-left: 40px;
  margin-top: -90px;
  position: relative;
  overflow: hidden;
  width: 415px;
  height: 160px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 5px rgba(0, 0, 0, 0.05);
}
.about_page .section4 .partners_swiper .swiper-slide .logo img {
  transition: 1s;
  width: 100%;
  height: 100%;
}
.about_page .section4 .partners_swiper .swiper-slide .logo:hover img,
.about_page .section4 .partners_swiper .swiper-slide .imgBox:hover img {
  scale: 1.1;
}
.search_result_page .section1 {
  margin-top: 90px;
  padding: 80px 1.0938rem 60px;
}
.search_result_page .section1 .title .navs a {
  transition: 0.5s;
  font-size: 18px;
  color: #333333;
  margin-left: 0.2344rem;
}
.search_result_page .section1 .title .navs a.active {
  color: #b22222;
}
.search_result_page .section1 .title .navs a:hover {
  color: #b22222;
}
.search_result_page .section1 .main {
  margin-bottom: 60px;
  margin-top: 40px;
}
.search_result_page .section1 .main .items {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.search_result_page .section1 .main .items .item {
  transition: 0.5s;
  height: 120px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.search_result_page .section1 .main .items .item .left {
  width: 80%;
}
.search_result_page .section1 .main .items .item .left .cate {
  font-size: 18px;
  color: #999;
  line-height: 1;
  padding-right: 18px;
  margin-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.search_result_page .section1 .main .items .item .left .name {
  transition: 0.5s;
  font-size: 18px;
  color: #222222;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_result_page .section1 .main .items .item .right {
  width: 17%;
}
.search_result_page .section1 .main .items .item .right .time {
  font-size: 18px;
  margin-left: auto;
}
.search_result_page .section1 .main .items .item .right .more {
  transition: 0.3s;
  margin-left: 0.2083rem;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
}
.search_result_page .section1 .main .items .item .right .more img {
  width: 14px;
}
@media (any-hover: hover) {
  .search_result_page .section1 .main .items .item:hover {
    border-bottom: 1px solid #222222;
  }
  .search_result_page .section1 .main .items .item:hover .name {
    color: #222222;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .search_result_page .section1 .main .items .item:hover .more {
    border-radius: 50%;
  }
}
